home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Online / SpeakFreely / src / version.h < prev    next >
Text File  |  2000-05-18  |  433b  |  12 lines

  1.  
  2. /*  Speak Freely version number  */
  3.  
  4. /*  It is *essential* you write the version number as a continuation
  5.     line of the #define Relno statement and that line must be the last
  6.     line of the version.h file.  The code that embeds the version
  7.     number in the sfvod Perl script assumes this is the case and will
  8.     die a horrible and difficult to diagnose death if it isn't so.  */
  9.  
  10. #define Relno   \
  11. "Release 7.1, September MIM"
  12.